CopyTo Method

Summary
Copies the elements of the ICollection to an array of type KeyValuePair, starting at the specified array index.
Syntax
C#
C++/CLI
public void CopyTo( 
   KeyValuePair<TKey, TValue>[] array, 
   int arrayIndex 
) 
public:  
   void CopyTo( 
      array<KeyValuePair<TKey, TValue>^>^ array, 
      Int32 arrayIndex 
   ) 

Parameters

array
The one-dimensional array of type KeyValuePair that is the destination of the KeyValuePair elements copied from the ICollection. The array must have zero-based indexing.

arrayIndex
The zero-based index in  array at which copying begins.

Requirements

Target Platforms

Help Version 22.0.2023.2.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.